Security and Authentication

Perform Special Processing when Logging Out

Description
This example performs special processing when logging out.
Variables
Applies to
Page class
Code
 
/// 
/// Override LoadData() method to display a user friendly message after log out.
/// 
Public Sub LoadData()

            'Add your process logic here. For example, display a Good bye message when user logs out
            BaseClasses.Utils.MiscUtils.RegisterJScriptAlert(Me, "UNIQUE_MESSAGE_KEY", "Good bye!")
        End Sub           
     

Terms of Service Privacy Statement